@charset "UTF-8";
/*!
 * Theme Name: St. Casimir
 * Theme URI: http://diocesan.com/
 * Description: A theme base to be customized
 * Author: diocesan
 * Author URI: http://diocesan.com/
 * Version: 1.3
 *
 * License:
 * License URI:
 */
/* ==============================
 * PLUGINS & THIRD PARTY STYLES
 * ============================== */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://stcas.org/wp-content/themes/sass/0-plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* ==============================
 * BASE STYLES
 * ============================== */
/* COMMON */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #707070;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #282723; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 14px;
    font-weight: 500;
    border-bottom: solid 1px #555;
    color: #282723; }

h1 {
  font-size: 36px;
  color: #540E16; }

h2 {
  font-size: 28px;
  color: #540E16; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

#main.site-main {
  height: 100%; }

#primary.content-area {
  height: 100%;
  background: #fffcf5;
}

.alignleft {
  float: left;
  margin: 10px; }

.alignright {
  float: right;
  margin: 10px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.hidden {
  display: none; }

.show {
  display: block; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ==============================
 * LAYOUT STYLES
 * ============================== */
/* CONTAINER */
header {
  text-align: center;
  margin-bottom: 30px; }

.container-fluid {
  background: #fffcf5;
  width: 100%;
  min-width: 320px; }

.container {
  width: 80%;
  margin: 0 auto; }

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: white;
  margin-top: 30px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

.row:before, .row:after {
  content: "";
  display: table;
  clear: both; }

.introduction {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 17.0596086706%;
  margin-right: 0; }
  .introduction:last-child {
    margin-right: 0; }

.phase {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .phase:last-child {
    margin-right: 0; }

a {
  color: #2f1f94; }

/* MAIN HEADER */
#header-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fffcf5;
  background-size: cover;
  color: #707070;
  height: 140px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #header-top {
      display: none;
      background: #707070;
      color: white;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    #header-top {
      display: none;
      background: #707070;
      height: 40px; } }
  #header-top .header-contact {
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%; }
    #header-top .header-contact:last-child {
      margin-right: 0; }
    #header-top .header-contact p {
      float: left;
      margin-left: 5%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #header-top .header-contact {
        display: none; } }
    @media screen and (max-width: 767px) {
      #header-top .header-contact {
        display: none; } }
    #header-top .header-contact p:nth-child(1) {
      margin-right: 5%;
      margin-left: 10%; }
  #header-top .header-social {
    min-width: 320px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #header-top .header-social {
        margin-top: 0;
        width: 100%;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      #header-top .header-social {
        margin-top: 0;
        width: 100%;
        align-items: center;
        justify-content: center; } }
    #header-top .header-social a {
      margin: 0 3px;
      padding: 10px 15px; }
      #header-top .header-social a:hover {
        background: #221D9B; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #header-top .header-social a {
          display: none; } }
      @media screen and (max-width: 767px) {
        #header-top .header-social a {
          display: none; } }
    #header-top .header-social .top1 {
      background: #35B9F9;
      color: #FFF8E6;
      width: 100%;
      padding: 10px 59.7px; }
      #header-top .header-social .top1 i {
        padding-right: 10px; }
      #header-top .header-social .top1:hover {
        color: white; }
    #header-top .header-social .top2 {
      font-size: 17.5px;
      background: none;
      color: #221D9B;
      border: 1px solid #221D9B;
      border-radius: 5px;
      padding: 10px;
      width: 100%; }
      #header-top .header-social .top2 i {
        padding-right: 10px; }
      #header-top .header-social .top2:hover {
        color: white; }
    #header-top .header-social .top3 {
      font-size: 17.5px;
      background: none;
      color: #221D9B;
      border: 1px solid #221D9B;
      border-radius: 5px;
      padding: 10px;
      width: 100%; }
      #header-top .header-social .top3 i {
        padding-right: 10px; }
      #header-top .header-social .top3:hover {
        color: white; }
      #header-top .header-social .top4{
        font-size: 17.5px;
        background: none;
        color: #221D9B;
        border: 1px solid #221D9B;
        border-radius: 5px;
        padding: 10px;
        width: 100%; }
      #header-top .header-social .top4:hover {
        color: white; }


#main-header {
  background: #221D9B; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #main-header {
      background: #221D9B; } }
  @media screen and (max-width: 767px) {
    #main-header {
      background: #221D9B; } }

.site-header {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header {
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .site-header {
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .site-header .search {
    margin: 0 0 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header .search {
        display: none; } }
    @media screen and (max-width: 767px) {
      .site-header .search {
        display: none; } }
    .site-header .search i {
      padding: 16px;
      border-radius: 0;
      font-size: 28px;
      color: white; }
      .site-header .search i:hover, .site-header .search i:active, .site-header .search i:focus {
        padding: 16px;
        color: #37B8F9; }
  .site-header .main-navigation {
    margin: 0 0 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header .main-navigation {
        display: none; } }
    @media screen and (max-width: 767px) {
      .site-header .main-navigation {
        display: none; } }
  .site-header .accordion {
    margin: 0 0 10px;
    background-color: #221D9B;
    color: white;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none; }
    .site-header .accordion.active i {
      background-color: #221D9B;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .site-header .accordion i {
      font-size: 42px;
      color: #35B9F9; }
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
      .site-header .accordion {
        display: none; } }
    @media screen and (min-width: 1440px) and (max-width: 2559px) {
      .site-header .accordion {
        display: none; } }
    @media screen and (min-width: 2560px) {
      .site-header .accordion {
        display: none; } }
  .site-header .panel {
    -webkit-animation-name: slide-out;
    -moz-animation-name: slide-out;
    -o-animation-name: slide-out;
    animation-name: slide-out;
    animation-duration: 1s;
    align-items: center;
    justify-content: center;
    background-color: #221D9B;
    display: none;
    width: 100%;
    height: 400px; }
    @media screen and (max-width: 767px) {
      .site-header .panel {
        align-items: flex-start;
        height: 300px; } }
    .site-header .panel ul {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .site-header .panel ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        .site-header .panel ul li a {
          font-size: 16.8px;
          padding: 0; }
        .site-header .panel ul li:active {
          background: #221D9B; }
      @media screen and (max-width: 767px) {
        .site-header .panel ul {
          margin-top: 20px; } }
  .site-header ul {
    display: flex;
    display: -webkit-flex; }
    .site-header ul li {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
      .site-header ul li a {
        font-size: 14px;
        font-weight: 300;
        color: #FFF;
        padding: 20px 30px;
        text-decoration: none; }
        @media screen and (min-width: 1024px) and (max-width: 1439px) {
          .site-header ul li a {
            color: #FFF; } }
        @media screen and (min-width: 1440px) and (max-width: 2559px) {
          .site-header ul li a {
            color: #FFF;
            font-size: 16.8px; } }
        @media screen and (min-width: 2560px) {
          .site-header ul li a {
            color: #FFF;
            font-size: 21px; } }
        .site-header ul li a:hover {
          background: #4842dc;
          color: #FFF; }

.search {
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }

#search {
  background: none;
  padding: 0;
  outline: none;
  border-radius: 0; }
  #search:active, #search:hover, #search:focus {
    background: #4842dc;
    color: #FFF8E6; }

#searchsection {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  background: none;
  height: 0; }

.dropsearch {
  -webkit-animation-name: slide-out;
  -moz-animation-name: slide-out;
  -o-animation-name: slide-out;
  animation-name: slide-out;
  animation-duration: 1s;
  align-items: center;
  justify-content: flex-end;
  display: none;
  width: 400px;
  height: 50px;
  margin: 0;
  padding: 0; }
  .dropsearch form.search-form {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: relative; }
    .dropsearch form.search-form label span {
      display: none; }
    .dropsearch form.search-form .search-submit {
      width: 85px;
      height: 50px;
      color: #37B8F9;
      border-radius: 0;
      background: #221D9B; }
    .dropsearch form.search-form .search-field {
      color: white;
      background-color: #37B8F9;
      border: none;
      border-radius: 0;
      height: 50px;
      width: 300px; }

#social-bar {
  display: flex;
  display: -webkit-flex;
  background: #707070;
  color: #282723; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #social-bar {
      height: 40px; } }
  @media screen and (max-width: 767px) {
    #social-bar {
      height: 40px; } }
  #social-bar .header-contact {
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%; }
    #social-bar .header-contact:last-child {
      margin-right: 0; }
    #social-bar .header-contact p {
      float: left;
      margin-left: 5%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #social-bar .header-contact {
        display: none; } }
    @media screen and (max-width: 767px) {
      #social-bar .header-contact {
        display: none; } }
    #social-bar .header-contact p:nth-child(1) {
      margin-right: 5%;
      margin-left: 10%; }
  #social-bar .header-social {
    margin-top: 5px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #social-bar .header-social {
        margin-top: 0;
        width: 100%;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      #social-bar .header-social {
        margin-top: 0;
        width: 100%;
        align-items: center;
        justify-content: center; } }
    #social-bar .header-social a {
      margin: 0 5px;
      color: #FFF8E6; }

#page-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center; }

.site-branding {
  margin-right: auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-branding {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .site-branding {
      margin: 0 auto; } }

#header-logo {
  max-height: 100px;
  float: left; }
  #header-logo::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #header-logo {
      display: none; } }
  @media screen and (max-width: 767px) {
    #header-logo {
      display: none; } }

#header-logo2 {
  display: none;
  max-height: 90px;
  margin: 10px auto;
  float: left; }
  #header-logo2::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #header-logo2 {
      display: block; } }
  @media screen and (max-width: 767px) {
    #header-logo2 {
      display: block; } }

#footer-logo {
  max-height: 90px;
  padding: 0 10px; }

/* PHASES */
section {
  margin-top: 30px;
  margin-bottom: 30px; }
  section::after {
    clear: both;
    content: "";
    display: block; }
  section header {
    text-align: center; }
    section header p {
      font-size: 16.8px;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 65.8807826589%;
      margin-left: 17.0596086706%; }
      section header p:last-child {
        margin-right: 0; }

#site-navigation ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0; }

#site-navigation > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; }

#site-navigation > ul > li.has-sub:hover > a:before {
  top: 19px; }

#site-navigation ul li.has-sub:hover > a {
  background: #221D9B;
  border-color: #221D9B;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999; }

#site-navigation ul li.has-sub:hover > ul,
#site-navigation ul li.has-sub:hover > div {
  display: block; }

#site-navigation ul li.has-sub > a:hover {
  background: #221D9B;
  border-color: #221D9B; }

#site-navigation ul li > ul,
#site-navigation ul li > div {
  display: none;
  width: auto;
  position: absolute;
  padding: 10px 0;
  background: #2b25c6;
  z-index: 999; }

#site-navigation ul li > ul {
  width: 200px; }

#site-navigation ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative; }

#site-navigation ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

#site-navigation ul ul a:hover {
  color: #ffffff; }

#site-navigation > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff; }

#site-navigation-inner ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0; }

#site-navigation-inner > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; }

#site-navigation-inner > ul > li.has-sub:hover > a:before {
  top: 19px; }

#site-navigation-inner ul li.has-sub:hover > a {
  background: #221D9B;
  border-color: #221D9B;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999; }

#site-navigation-inner ul li.has-sub:hover > ul,
#site-navigation-inner ul li.has-sub:hover > div {
  display: block; }

#site-navigation-inner ul li.has-sub > a:hover {
  background: #221D9B;
  border-color: #221D9B; }

#site-navigation-inner ul li > ul,
#site-navigation-inner ul li > div {
  display: none;
  width: auto;
  position: absolute;
  padding: 10px 0;
  background: #2b25c6;
  z-index: 999; }

#site-navigation-inner ul li > ul {
  width: 200px; }

#site-navigation-inner ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative; }

#site-navigation-inner ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

#site-navigation-inner ul ul a:hover {
  color: #ffffff; }

#site-navigation-inner > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff; }

#panel ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0; }

#panel > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; }

#panel > ul > li.has-sub:hover > a:before {
  top: 19px; }

#panel ul li.has-sub:hover > a {
  background: #221D9B;
  border-color: #221D9B;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999; }

#panel ul li.has-sub:hover > ul,
#panel ul li.has-sub:hover > div {
  display: block; }

#panel ul li.has-sub > a:hover {
  background: #221D9B;
  border-color: #221D9B; }

#panel ul li > ul,
#panel ul li > div {
  display: none;
  width: auto;
  position: absolute;
  padding: 10px 0;
  background: #2b25c6;
  z-index: 999; }

#panel ul li > ul {
  width: 200px; }

#panel ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative; }

#panel ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

#panel ul ul a:hover {
  color: #ffffff; }

#panel > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff; }

li.menu-item {
  display: flex;
  flex-direction: column; }

/* INTRODUCTION */
.introduction h1, .introduction h2, .introduction h3 {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 19.6px; }

.hero {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0;
  height: 500px !important;
  text-align: center; }
  .hero h1 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 56px;
    color: white; }
  .hero p {
    font-weight: 400;
    font-size: 21px; }

.nav-redirect {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between; }
  .nav-redirect a {
    font-size: 21px;
    margin: 10px;
    color: white;
    padding: 10px 30px;
    background: rgba(51, 75, 109, 0.8); }
    .nav-redirect a:hover {
      background: #334b6d; }

#mission-banner {
  background: #f5f5f5;
  color: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 0 15px -8px rgba(31, 73, 125, 0.3), 0 10px 10px -8px rgba(31, 73, 125, 0.3); }
  #mission-banner h2 {
    color: #FFF;
    font-family: "Alegreya SC", serif;
    font-size: 35px;
    font-weight: 300;
    margin-top: 20px; }
  #mission-banner p {
    margin: 30px 0;
    color: #FFF;
    font-size: 18.2px;
    font-weight: 100;
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    #mission-banner p:last-child {
      margin-right: 0; }

.parish-button {
  background: url("../../../thoughtbot/refills/master/source/images/textures/little_pluses.png"), linear-gradient(180deg, #707070, #707070), center no-repeat #707070 scroll;
  margin-right: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 175px; }
  @media screen and (max-width: 767px) {
    .parish-button {
      width: 100%; } }
  .parish-button a {
    padding: 10px;
    color: white; }
  @media screen and (max-width: 767px) {
    .parish-button {
      margin-right: 0; } }
  .parish-button:hover, .parish-button:active, .parish-button:focus {
    background: url("../../../thoughtbot/refills/master/source/images/textures/little_pluses.png"), linear-gradient(180deg, #35B9F9, #35B9F9), center no-repeat #35B9F9 scroll; }
    .parish-button:hover a, .parish-button:active a, .parish-button:focus a {
      color: #FFF8E6; }

#column-content {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around; }
  @media screen and (min-width: 2560px) {
    #column-content {
      width: 60%;
      margin-left: 20%; } }
  @media screen and (max-width: 767px) {
    #column-content {
      flex-direction: column; } }

.one-third {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .one-third::after {
      clear: both;
      content: "";
      display: block; } }
  @media screen and (max-width: 767px) {
    .one-third {
      margin-bottom: 0;
      width: 100%;
      height: 500px; }
      .one-third::after {
        clear: both;
        content: "";
        display: block; } }
  .one-third i {
    font-size: 56px; }
  @media screen and (max-width: 767px) {
    .one-third::after {
      clear: both;
      content: "";
      display: block; } }
  .one-third h3 {
    margin-top: 30px;
    font-weight: 500;
    color: #282723; }

.column-content-container {
  width: 80%;
  margin-top: 20px;
  text-align: center; }
  .column-content-container h4 {
    font-family: "Roboto", sans-serif;
    font-size: 19.6px;
    font-weight: normal;
    color: #FFF; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .column-content-container h4::after {
        clear: both;
        content: "";
        display: block; } }
    @media screen and (max-width: 767px) {
      .column-content-container h4::after {
        clear: both;
        content: "";
        display: block; } }
  .column-content-container h5 {
    font-family: "Roboto", sans-serif;
    margin-top: -10px;
    font-size: 15.4px;
    font-weight: normal;
    color: #FFF; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .column-content-container h5::after {
        clear: both;
        content: "";
        display: block; } }
    @media screen and (max-width: 767px) {
      .column-content-container h5::after {
        clear: both;
        content: "";
        display: block; } }
  .column-content-container p {
    color: #282723;
    font-size: 14px;
    margin-top: -10px; }
  .column-content-container i {
    color: #37B8F9; }

#mass-times h4 {
  font-size: 23.8px;
  color: #333; }
#mass-times h5 {
  color: #333;
  font-size: 21px;
  margin-top: -5.59px; }
#mass-times p {
  color: #333; }

.dpi_bulletin_cover_wrapper {
  margin-bottom: 38px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }
  .dpi_bulletin_cover_wrapper span {
    margin-top: -20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #282723;
    font-size: 21px; }
    .dpi_bulletin_cover_wrapper span:before {
      content: "Most Recent Bulletin";
      font-size: 14px; }
  .dpi_bulletin_cover_wrapper a img {
    max-width: 75%; }

@media screen and (max-width: 767px) {
  #calendar-container {
    margin-bottom: -45px; } }

.column-button {
  margin-top: 10px;
  width: 150px;
  color: #221D9B;
  background: white;
  border: 2px solid #221D9B;
  border-radius: 0; }
  .column-button:hover, .column-button:focus, .column-button:active {
    background: #221D9B;
    color: white; }

.rss_item span.title {
  text-align: left; }
.rss_item .rss_content {
  text-align: left; }
.rss_item p {
  margin: 20px auto; }

.column-title {
  font-size: 35px; }

#buttons {
  margin-top: 30px;
  height: 300px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #buttons {
      flex-direction: column; } }
  #buttons h3 {
    margin: 20px 0;
    font-size: 22.4px;
    color: #35B9F9;
    text-align: center;
    text-transform: uppercase; }
  #buttons .main-button {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #35B9F9;
    height: 150px;
    width: 150px; }
    #buttons .main-button i {
      font-size: 98px;
      color: #f5f5f5; }

.mass-buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .mass-buttons {
      flex-direction: column; } }
  .mass-buttons a {
    font-size: 39.2px;
    padding: 20px 40px;
    border: 1px solid #282723; }
    @media screen and (max-width: 767px) {
      .mass-buttons a {
        margin: 10px auto;
        font-size: 28px; } }
    .mass-buttons a:hover {
      color: #FFF8E6 !important;
      background: #282723; }

#center {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center; }

#schedule {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    #schedule {
      flex-direction: column; } }
  #schedule .time-slot {
    text-align: center; }
    #schedule .time-slot h4 {
      font-size: 21px; }
    #schedule .time-slot p {
      font-size: 28px; }

#schedule-columns {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #schedule-columns {
      flex-direction: column; } }

#mass-slide-A {
  width: 100%; }

#mass-slide-B {
  width: 100%; }

#rec {
  font-size: 21px; }

.site-header {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header {
      background: #707070;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .site-header {
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .site-header .search {
    margin: 0 0 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header .search {
        display: none; } }
    @media screen and (max-width: 767px) {
      .site-header .search {
        display: none; } }
    .site-header .search i {
      padding: 16px;
      border-radius: 0;
      font-size: 28px;
      background: #35B9F9;
      color: #221D9B; }
      .site-header .search i:hover, .site-header .search i:active, .site-header .search i:focus {
        padding: 16px;
        background: #35B9F9;
        color: white; }
  .site-header .main-navigation {
    margin: 0 0 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header .main-navigation {
        display: none; } }
    @media screen and (max-width: 767px) {
      .site-header .main-navigation {
        display: none; } }
    .site-header .main-navigation ul {
      display: flex;
      display: -webkit-flex;
      justify-content: center; }
      .site-header .main-navigation ul li ul.sub-menu {
        display: flex;
        display: -webkit-flex;
        flex-direction: column; }
        .site-header .main-navigation ul li ul.sub-menu a {
          border-radius: 0;
          background: #221D9B; }
          .site-header .main-navigation ul li ul.sub-menu a:hover {
            border-radius: 0; }
  .site-header .accordion {
    margin: 0 0 10px;
    background-color: #221D9B;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none; }
    .site-header .accordion.active i {
      background-color: inherit;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .site-header .accordion i {
      font-size: 42px; }
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
      .site-header .accordion {
        display: none; } }
    @media screen and (min-width: 1440px) and (max-width: 2559px) {
      .site-header .accordion {
        display: none; } }
    @media screen and (min-width: 2560px) {
      .site-header .accordion {
        display: none; } }
  .site-header .panel {
    -webkit-animation-name: slide-out;
    -moz-animation-name: slide-out;
    -o-animation-name: slide-out;
    animation-name: slide-out;
    animation-duration: 1s;
    align-items: center;
    justify-content: center;
    display: none;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .site-header .panel {
        align-items: flex-start; } }
    .site-header .panel ul {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .site-header .panel ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
        .site-header .panel ul li a {
          font-size: 16.8px;
          padding: 0; }
        .site-header .panel ul li:active {
          background: #221D9B; }
      @media screen and (max-width: 767px) {
        .site-header .panel ul {
          margin-top: 20px; } }
  .site-header ul {
    display: flex;
    display: -webkit-flex; }
    .site-header ul li {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
      .site-header ul li a {
        font-size: 14px;
        font-weight: 300;
        padding: 10px 30px;
        text-decoration: none; }
        @media screen and (min-width: 1440px) and (max-width: 2559px) {
          .site-header ul li a {
            font-size: 16.8px; } }
        @media screen and (min-width: 2560px) {
          .site-header ul li a {
            font-size: 21px; } }
        .site-header ul li a:hover {
          padding: 10px 30px;
          color: #37B8F9; }

#fiveBanner {
  background: rgba(255, 255, 255, 0.5) url("assets/img/bannerAngel.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -600px;
  background-attachment: fixed; }

.five-buttons {
  display: flex; }
  @media screen and (max-width: 767px) {
    .five-buttons {
      flex-direction: column; } }

.banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 20%;
  background: rgba(63, 158, 226, 0.95);
  text-align: center;
  color: white;
  font-size: 28px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .banner-button {
      width: 100%; } }
  .banner-button:nth-child(2) {
    background: rgba(63, 158, 226, 0.85); }
  .banner-button:nth-child(3) {
    background: rgba(63, 158, 226, 0.75); }
  .banner-button:nth-child(4) {
    background: rgba(63, 158, 226, 0.65); }
  .banner-button:nth-child(5) {
    background: rgba(63, 158, 226, 0.55); }
  .banner-button:hover, .banner-button:active, .banner-button:focus {
    background: #3f9ee2;
    color: #282723; }

.daily-header {
  margin-left: 3.5%;
  margin-top: 70px; }
  .daily-header h2 {
    font-size: 42px; }

.feed-title {
  text-align: left; }

/*This utilizes the Custom Facebook Feed from balloon plugin */
#facebook {
  background: #221D9B;
  text-align: center; }
  #facebook .facebook-header {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 100px; }
  #facebook h2 {
    color: white;
    font-size: 42px;
    margin: 0; }

#cff {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px; }

#cff .cff-item {
  min-height: 300px;
  height: 100%;
  width: 40%;
  clear: none;
  margin: 20px;
  padding: 10px;
  border: none !important; }
  #cff .cff-item:nth-child(1) {
    padding: 20px; }
  @media screen and (max-width: 767px) {
    #cff .cff-item:nth-child(1) {
      width: 100%; }
    #cff .cff-item:nth-child(2) {
      display: none; }
    #cff .cff-item:nth-child(3) {
      display: none; } }

.simcal-calendar {
  margin-top: -30px; }
  @media screen and (max-width: 767px) {
    .simcal-calendar {
      width: 300px;
      margin-left: -90px; } }

.simcal-default-calendar-list {
  max-height: 500px;
  margin-bottom: 15px;
  max-width: 200px; }

div.simcal-events-list-container {
  margin: 0 auto; }

div.simcal-event-details {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    div.simcal-event-details {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    div.simcal-event-details {
      width: 250px; } }

.calendarDate {
  border: 1px solid black;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 15.4px;
  text-align: center;
  color: black; }
  .calendarDate:focus, .calendarDate:hover, .calendarDate:active {
    background: #2b25c6; }

.calendarEvent {
  margin-left: 20px;
  font-weight: 200;
  width: 150px; }
  .calendarEvent a {
    color: #282723; }

.calendarTime {
  margin-top: -15px;
  font-style: italic;
  color: #808080; }

#news {
  width: 100%;
  height: 500px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    #news {
      height: 450px; } }
  #news .news-header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 500;
    margin: 50px 50px 50px auto;
    color: #282723; }
    @media screen and (max-width: 767px) {
      #news .news-header h2 {
        margin-top: 20px;
        text-align: center; } }
  #news ul.display-posts-listing {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    color: #282723; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #news ul.display-posts-listing {
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      #news ul.display-posts-listing {
        flex-direction: column; } }
    #news ul.display-posts-listing li {
      margin: 0 20px;
      max-width: 320px;
      display: flex;
      display: -webkit-flex;
      flex-direction: column; }
      #news ul.display-posts-listing li:nth-child(1) {
        margin-left: 0; }
      @media screen and (min-width: 1440px) and (max-width: 2559px) {
        #news ul.display-posts-listing li:nth-child(n+5) {
          display: none; } }
      @media screen and (min-width: 1024px) and (max-width: 1439px) {
        #news ul.display-posts-listing li:nth-child(n+5) {
          display: none; }
        #news ul.display-posts-listing li a img {
          max-height: 125px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #news ul.display-posts-listing li {
          margin: 5px; }
          #news ul.display-posts-listing li:nth-child(n+4) {
            display: none; }
          #news ul.display-posts-listing li a img {
            max-height: 100px; } }
      @media screen and (max-width: 767px) {
        #news ul.display-posts-listing li {
          margin-right: 0;
          margin-top: 10px; }
          #news ul.display-posts-listing li:nth-child(n+2) {
            display: none; } }
    #news ul.display-posts-listing h2 {
      margin-top: 20px;
      margin-bottom: 10px; }
    #news ul.display-posts-listing a {
      color: #221D9B; }
      #news ul.display-posts-listing a img {
        width: 100%;
        height: 175px; }
        @media screen and (max-width: 767px) {
          #news ul.display-posts-listing a img {
            max-height: 150px; } }
    #news ul.display-posts-listing a.title {
      color: #282723;
      font-size: 21px; }
    #news ul.display-posts-listing span.excerpt-dash {
      display: none; }
    #news ul.display-posts-listing span.excerpt {
      max-width: 320px;
      text-overflow: ellipsis; }
      #news ul.display-posts-listing span.excerpt a:before {
        margin-top: 10px;
        text-transform: uppercase;
        content: "";
        display: block; }

.news-selector {
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .news-selector .selection button {
    color: #282723;
    margin: auto 10px;
    background: none;
    border: none;
    border-radius: 0; }
    .news-selector .selection button:hover, .news-selector .selection button:active, .news-selector .selection button:focus {
      outline: 0;
      border: none;
      border-bottom: 2px solid #282723; }

#parishApp {
  height: 100%;
  margin: 0 0 100px; }
  #parishApp h3 {
    margin-top: 50px;
    color: #FFF; }
  #parishApp h5 {
    font-weight: 200;
    font-size: 16.8px;
    color: #FFF; }

#parishContainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.appfeed {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .appfeed {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.appitem {
  width: 100%;
  margin: 0 10px;
  max-width: 200px;
  height: 200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .appitem {
      height: 150px; } }
  .appitem .app-link {
    display: flex;
    display: -webkit-flex;
    margin-left: 25%; }
    .appitem .app-link i {
      font-size: 30.8px;
      color: #282723; }
  .appitem h5 {
    margin-left: 15%;
    margin-top: 10%; }
  .appitem a {
    padding-left: 15px;
    color: #FFF8E6; }
  .appitem p {
    padding-left: 15px;
    color: #FFF; }
  .appitem strong {
    font-size: 21px;
    margin-left: 20%; }

#appinfo {
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    #appinfo {
      margin-bottom: 30px; } }

.myparishapp__control {
  display: none !important; }

.myparishapp__root {
  width: 60%; }

@media screen and (max-width: 767px) {
  .myparishapp__container {
    display: flex !important;
    justify-content: flex-start !important; } }

.myparishapp__messages {
  width: 100% !important; }

.myparishapp__messages-item {
  width: 100% !important;
  background: #221D9B !important;
  margin-right: 10px; }
  .myparishapp__messages-item:hover, .myparishapp__messages-item:focus, .myparishapp__messages-item:active {
    background: #707070 !important;
    color: white; }
  @media screen and (max-width: 767px) {
    .myparishapp__messages-item {
      background: #221D9B !important; } }

@media screen and (max-width: 767px) {
  time.myparishapp__messages-item_time {
    margin-bottom: 10px !important; } }

p.myparishapp__messages-item_content:after {
  content: none; }

.myparishapp__slider-wrap {
  min-width: 0 !important;
  width: 50% !important;
  box-shadow: none !important; }
  @media screen and (max-width: 767px) {
    .myparishapp__slider-wrap {
      width: 100% !important; } }

.myparishapp__info {
  display: none !important; }

.pastors-corner {
  display: flex;
  align-items: center;
  height: 300px;
  background: #35B9F9;
  margin-top: -50px; }

.pastor-content {
  margin: 0 0 0 5%; }
  @media screen and (max-width: 767px) {
    .pastor-content {
      margin-left: 10%; }
      .pastor-content h3 {
        margin-left: 5%; } }

.pastor-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }
  .pastor-post ul {
    display: flex;
    flex-direction: row;
      flex-direction-justify-content: space-around; }
  .pastor-post li.listing-item {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .pastor-post li.listing-item:nth-of-type(2) {
        display: none; }
      .pastor-post li.listing-item:nth-of-type(3) {
        display: none; }
      .pastor-post li.listing-item:nth-of-type(4) {
        display: none; } }
    .pastor-post li.listing-item:hover, .pastor-post li.listing-item:focus, .pastor-post li.listing-item:active {
      background: #221D9B; }
    .pastor-post li.listing-item a {
      margin-top: 15px;
      color: #FFF8E6; }
    .pastor-post li.listing-item a.title {
      display: none; }
    .pastor-post li.listing-item span.date {
      padding: 5px 15px;
      font-size: 21px;
      font-weight: 500;
      font-family: "Roboto", sans-serif; }
    .pastor-post li.listing-item span.excerpt-dash {
      display: none; }
    .pastor-post li.listing-item span.excerpt {
      padding: 15px;
      max-width: 320px;
      text-overflow: ellipsis; }
      .pastor-post li.listing-item span.excerpt a:before {
        content: "";
        display: block; }

.pastor-single {
  height: 100%;
  min-height: 600px; }
  .pastor-single h3 {
    margin: 50px auto 30px 6%;
    font-size: 42px;
    font-weight: 500;
    color: #282723; }

.pastor-post-single {
  width: 80%;
  margin-left: 5%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: flex-start; }
  .pastor-post-single h2, .pastor-post-single h3, .pastor-post-single h4, .pastor-post-single h5, .pastor-post-single h6 {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
    color: #282723; }

.pastorial-date {
  width: 20%;
  margin-right: 5%; }
  .pastorial-date h2, .pastorial-date h3, .pastorial-date h4, .pastorial-date h5, .pastorial-date h6 {
    color: #282723;
    font-size: 28px;
    font-weight: 600; }

.pastorial-content {
  width: 75%; }

.entry-header .entry-title {
  color: #808080;
  margin-top: 50px; }

.inner_banner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.5) !important; }
  @media screen and (max-width: 767px) {
    .inner_banner {
      background-position-y: 0px !important; } }
  .inner_banner .container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .inner_banner .container {
        padding: 0; } }
    .inner_banner .container .entry-title {
      margin-top: 20px;
      color: #707070; }

#content.container {
  width: 80%;
  color: black;
  margin: 0 auto;
  background: #fffcf5;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start; }
  #content.container a {
    color: #221D9B; }
  @media screen and (max-width: 767px) {
    #content.container {
      padding-left: 0;
      width: 320px; } }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    #content.container {
      width: 500px; } }

#inner-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }

.item_row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }

.side-nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }

.item-nav {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .item-nav button, .item-nav a {
    color: #282723;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    background: #221D9B; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .item-nav button, .item-nav a {
        width: 50%;
        align-items: center;
        justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      .item-nav button, .item-nav a {
        justify-content: flex-start;
        align-items: center; } }
    .item-nav button i, .item-nav a i {
      color: #35B9F9;
      font-size: 18.2px;
      display: inline-block;
      height: 30px;
      width: 30px;
      margin-top: -5px;
      margin-right: 10px;
      border-radius: 100%;
      text-align: center;
      line-height: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .item-nav button i, .item-nav a i {
          margin-top: -10px; } }
      @media screen and (max-width: 767px) {
        .item-nav button i, .item-nav a i {
          margin-top: -10px; } }
    .item-nav button:active, .item-nav button:focus, .item-nav a:active, .item-nav a:focus {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #282723;
      background: #707070; }
      .item-nav button:active i, .item-nav button:focus i, .item-nav a:active i, .item-nav a:focus i {
        background: #FFF;
        color: #707070; }
  .item-nav h3 {
    margin-right: 15px;
    font-size: 16.8px; }
  .item-nav i {
    margin-left: 15px;
    background: #707070;
    color: #282723;
    border-radius: 100%; }

.item-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 60%;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
  .item-content h2 {
    color: #FFF;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .item-content {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .item-content {
      width: 100%; } }

.item-content-inner {
  min-height: 700px;
  max-height: 1500px;
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .item-content-inner {
      min-width: 500px; } }
  @media screen and (max-width: 767px) {
    .item-content-inner {
      min-width: 260px; } }

.displaycontent {
  display: block; }

.texture .texture-normal {
  background: url("../../../thoughtbot/refills/master/source/images/textures/diagonal-noise.png"), linear-gradient(180deg, #35B9F9, #35B9F9), center no-repeat #35B9F9 scroll;
  width: 100%; }

.repeater-field {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin: 50px auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .repeater-field {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .repeater-field {
      flex-direction: column; } }

#column-inner {
  width: 90%;
  margin: 50px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    #column-inner {
      flex-direction: column; } }

.column1 {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .column1 {
      width: 100%; } }

.column2 {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .column2 {
      width: 100%; } }

article {
  width: 100%; }

#post-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #post-content {
      flex-direction: column; } }

#title h1 {
  font-size: 56px; }
  @media screen and (max-width: 767px) {
    #title h1 {
      text-align: center;
      font-size: 42px; } }

#email-info {
  text-align: center;
  margin-top: 50px; }
  #email-info h3 {
    color: #FFF8E6;
    font-size: 19.6px;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    margin-top: -10px; }

#address-info {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 50px 0; }
  #address-info h1 {
    text-align: center;
    font-family: "Alegreya SC", serif; }
  #address-info h2 {
    text-align: center;
    font-family: "Alegreya SC", serif; }
  #address-info h3 {
    text-align: center;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-weight: 300; }
  #address-info h6 {
    font-size: 18.2px; }
  @media screen and (max-width: 767px) {
    #address-info {
      flex-direction: column; }
      #address-info h2 {
        font-family: "Alegreya SC", serif;
        margin-top: 50px; } }
  #address-info #time {
    font-style: italic; }

#contact-form {
  background: #35B9F9;
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%; }
  #contact-form h2 {
    color: #FFF8E6;
    font-family: "Alegreya SC", serif;
    text-align: center; }

nf-fields-wrap {
  color: #FFF8E6;
  width: 80%;
  margin-left: 10%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  nf-fields-wrap nf-field {
    margin-right: 5px; }
    nf-fields-wrap nf-field:nth-child(1) {
      width: 24%; }
    nf-fields-wrap nf-field:nth-child(2) {
      width: 24%; }
    nf-fields-wrap nf-field:nth-child(3) {
      width: 24%; }
    nf-fields-wrap nf-field:nth-child(4) {
      width: 24%; }
    nf-fields-wrap nf-field:nth-child(5) {
      width: 100%; }
    nf-fields-wrap nf-field:nth-child(6) {
      width: 100%; }

.nf-before-form-content {
  display: none; }

#nf-field-1-container #nf-field-1 {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px white;
  box-shadow: none; }

#nf-field-2-container {
  width: 95%; }
  #nf-field-2-container #nf-field-2 {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px white;
    box-shadow: none; }

#nf-field-3-container {
  width: 100%; }
  #nf-field-3-container #nf-field-3 {
    height: 100px;
    background: none;
    border-radius: 0;
    border: solid 1px white;
    box-shadow: none; }

#nf-field-4-container {
  margin-left: 45%; }
  #nf-field-4-container #nf-field-4 {
    background: none;
    border: solid 1px white; }
  @media screen and (max-width: 767px) {
    #nf-field-4-container {
      width: 50%;
      margin-left: 32%; } }

#nf-field-5-container {
  width: 100%; }
  #nf-field-5-container #nf-field-5 {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px white;
    box-shadow: none; }

#nf-field-6-container {
  width: 100%; }
  #nf-field-6-container #nf-field-6 {
    height: 30px;
    color: #FFF8E6;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px white;
    box-shadow: none; }
    #nf-field-6-container #nf-field-6 select {
      border-radius: 0; }

.contact-header {
  font-size: 34px;
  color: #FFF; }

.contact-label {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #808080; }

.contact-content {
  font-size: 34px; }

#maps {
  text-align: center;
  margin: 50px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center; }
  #maps h3 {
    color: #282723;
    font-size: 42px; }

.content-display {
  font-size: 16.8px; }

.sacrament-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .sacrament-row {
      flex-direction: column; } }

.sacrament-image {
  margin-right: 50px !important; }
  @media screen and (max-width: 767px) {
    .sacrament-image {
      margin: 20px 50px !important; } }

.sacrament-description p {
  font-size: 16.8px; }
.sacrament-description h3 {
  color: #FFF; }

.bulletin-page {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .bulletin-page {
      flex-direction: column; } }

.bulletin-list {
  margin-top: 50px;
  font-size: 28px; }
  .bulletin-list a {
    color: #282723; }

.widget-area {
  margin-top: -30px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (min-width: 1024px) and (max-width: 1439px) {
    .widget-area {
      margin-right: -60px; } }
  @media screen and (max-width: 767px) {
    .widget-area {
      flex-direction: column;
      margin-right: 0; } }
  .widget-area #search-2 {
    margin-bottom: 0; }
    .widget-area #search-2 form label {
      max-width: 80%;
      margin: 0; }
      .widget-area #search-2 form label span {
        display: none; }
    .widget-area #search-2 form .search-submit {
      background-color: #707070; }
      @media screen and (max-width: 767px) {
        .widget-area #search-2 form .search-submit {
          margin-left: 85px; } }
  .widget-area #nav_menu-2 {
    margin-bottom: 0; }
    .widget-area #nav_menu-2 ul {
      padding: 0 14%; }
      .widget-area #nav_menu-2 ul li a {
        color: #282723; }
  .widget-area #recent-posts-2 {
    margin-bottom: 0; }
    .widget-area #recent-posts-2 ul {
      padding: 0 14%; }
      .widget-area #recent-posts-2 ul li a {
        color: #282723;
        text-decoration: none; }
  .widget-area #archives-2 {
    margin-bottom: 0; }
    .widget-area #archives-2 ul {
      padding: 0 14%; }
      .widget-area #archives-2 ul li a {
        color: #282723;
        text-decoration: none; }
  .widget-area #categories-2 ul {
    padding: 0 14%; }
    .widget-area #categories-2 ul li a {
      color: #282723;
      text-decoration: none; }

h2.widget-title {
  margin-left: 14%;
  font-size: 16.8px; }
  @media screen and (max-width: 767px) {
    h2.widget-title {
      font-size: 21px; } }

.default-title {
  margin: 30px auto 30px 0;
  font-size: 42px; }

#quicklinks {
  background: #221D9B; }

#quicklinksbar {
  width: 70%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  #quicklinksbar ul {
    margin: 30px auto;
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: column; }
    #quicklinksbar ul li {
      padding: 10px; }
      #quicklinksbar ul li a {
        color: #FFF; }

.row-inner {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin: 20px; }
  @media screen and (max-width: 767px) {
    .row-inner {
      flex-direction: column; } }
  .row-inner .row-image {
    margin: 20px;
    margin-top: 0; }
    .row-inner .row-image img {
      max-width: 320px;
      -webkit-box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75); }
  .row-inner .row-content h1, .row-inner .row-content h2, .row-inner .row-content h3, .row-inner .row-content h4, .row-inner .row-content h5, .row-inner .row-content h6 {
    color: #282723; }

#column-page-title {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center; }
  #column-page-title h1 {
    font-size: 42px;
    margin-top: 50px; }

/* FOOTER */
footer {
  margin-top: -6px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#foot-main {
  background: #35B9F9;
  background-size: cover; }

#footer-width {
  font-weight: 200;
  margin: 0 auto;
  width: 80%;
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around; }
  #footer-width a {
    color: #FFF8E6; }
  #footer-width li {
    margin-bottom: 15px; }
  #footer-width i {
    margin-right: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #footer-width {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    #footer-width {
      width: 80%;
      flex-direction: column;
      justify-content: center; } }

.ftsoc {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 50px auto; }

#footer-social {
  padding-left: 20px; }
  #footer-social a:nth-of-type(1) {
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid white; }
  #footer-social a:nth-of-type(2) {
    border-radius: 50%;
    border: 1px solid white;
    padding: 9px 11px;
    margin: 0 auto 0 30px;
    font-size: 17.5px; }

#footer-map #foot-map {
  width: 100%;
  height: 100%;
  min-width: 600px; }
  @media screen and (max-width: 767px) {
    #footer-map #foot-map {
      min-width: 260px;
      margin-bottom: 30px; } }

#footer-button {
  text-align: center;
  margin-top: 30px; }
  #footer-button h3 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 200;
    margin: 0;
    color: #FFF; }
  #footer-button p {
    margin: 0; }
  #footer-button:hover h3, #footer-button:focus h3, #footer-button:active h3 {
    color: #FFF; }

#footer-contact {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    #footer-contact {
      align-items: center; } }
  #footer-contact p {
    color: white;
    font-size: 17.5px;
    font-weight: 300;
    margin-bottom: 2px; }
    #footer-contact p:nth-of-type(1) {
      margin-top: 10px; }
    #footer-contact p:nth-of-type(4) {
      margin-bottom: 50px; }
  #footer-contact h3 {
    color: #f5f5f5;
    margin-bottom: 0; }
  #footer-contact hr {
    margin: 5px 0 10px;
    color: #f5f5f5; }

.links {
  margin-right: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }
  .links h3 {
    color: #f5f5f5;
    margin-bottom: 0; }
  .links hr {
    margin: 5px 0 10px;
    color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    .links {
      align-items: center;
      margin: 10px auto; } }

#quick-links {
  display: flex; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #quick-links {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    #quick-links {
      flex-direction: column;
      align-items: center; } }
  #quick-links ul.quicklinks {
    margin-right: 50px; }
    #quick-links ul.quicklinks a {
      font-weight: 500; }
    @media screen and (max-width: 767px) {
      #quick-links ul.quicklinks {
        margin: 0 auto; } }

#foot-info {
  background: #221D9B;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
  #foot-info .site-info {
    font-size: 12.6px;
    color: #f5f5f5;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center; }

/* ==============================
 * MODULE STYLES
 * ============================== */
.edge--bottom {
  position: relative;
  z-index: 1; }
  .edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom:after {
    bottom: 0;
    transform: skewY(-5deg);
    transform-origin: 100%; }

.edge--bottom--reverse {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(5deg);
    transform-origin: 0 100%; }

.edge--top {
  position: relative;
  z-index: 1; }
  .edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top:before {
    top: 0;
    transform: skewY(5deg);
    transform-origin: 100% 0; }

.edge--top--reverse {
  position: relative;
  z-index: 1; }
  .edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top--reverse:before {
    top: 0;
    transform: skewY(-5deg);
    transform-origin: 0 0; }

.edge--both {
  position: relative;
  z-index: 1; }
  .edge--both:before, .edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both:before {
    top: 0;
    transform: skewY(5deg);
    transform-origin: 100% 0; }
  .edge--both:after {
    bottom: 0;
    transform: skewY(-5deg);
    transform-origin: 100%; }

.edge--both--reverse {
  position: relative;
  z-index: 1; }
  .edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both--reverse:before {
    top: 0;
    transform: skewY(-5deg);
    transform-origin: 0 0; }
  .edge--both--reverse:after {
    bottom: 0;
    transform: skewY(5deg);
    transform-origin: 0 0; }

/* REFILLS: FLEX BOXES */
.flex-boxes {
  align-items: stretch;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; }
  .flex-boxes::after {
    clear: both;
    content: "";
    display: block; }
  .flex-boxes .flex-box {
    align-self: stretch;
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #ddd, 0 2px 4px #e6e6e6;
    display: block;
    flex: 2 2 15em;
    margin: 0.4em;
    padding: 2em 2em 3em 2em;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .flex-boxes .flex-box:nth-child(1) {
      border-top: 6px solid #707070; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(112, 112, 112, 0.1); }
      .flex-boxes .flex-box:nth-child(1) i {
        color: #707070; }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #72BFBF; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(114, 191, 191, 0.1); }
      .flex-boxes .flex-box:nth-child(2) i {
        color: #72BFBF; }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #92B1E3; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(146, 177, 227, 0.1); }
      .flex-boxes .flex-box:nth-child(3) i {
        color: #92B1E3; }
    .flex-boxes .flex-box:nth-child(4) {
      border-top: 6px solid #E3D743; }
      .flex-boxes .flex-box:nth-child(4):focus, .flex-boxes .flex-box:nth-child(4):hover {
        background-color: rgba(227, 215, 67, 0.1); }
      .flex-boxes .flex-box:nth-child(4) i {
        color: #E3D743; }
    .flex-boxes .flex-box:nth-child(5) {
      border-top: 6px solid #CCC; }
      .flex-boxes .flex-box:nth-child(5):focus, .flex-boxes .flex-box:nth-child(5):hover {
        background-color: rgba(204, 204, 204, 0.1); }
      .flex-boxes .flex-box:nth-child(5) i {
        color: #CCC; }
    .flex-boxes .flex-box:nth-child(6) {
      border-top: 6px solid #F6C05C; }
      .flex-boxes .flex-box:nth-child(6):focus, .flex-boxes .flex-box:nth-child(6):hover {
        background-color: rgba(246, 192, 92, 0.1); }
      .flex-boxes .flex-box:nth-child(6) i {
        color: #F6C05C; }
    .flex-boxes .flex-box img {
      display: block;
      height: 3em;
      margin: 0 auto 1em;
      opacity: 0.4; }
    .flex-boxes .flex-box .flex-title {
      color: rgba(51, 51, 51, 0.8);
      font-size: 1.2em;
      margin-bottom: 0.5em; }
    .flex-boxes .flex-box p {
      color: rgba(51, 51, 51, 0.7);
      line-height: 1.5em;
      margin: auto; }
  .flex-boxes .flex-box-big {
    flex: 1 1 40em; }

.flex-box i {
  font-size: 4em;
  color: white; }

/* SOCIAL ICONS */
.social {
  background: #221D9B;
  font-size: 18.2px;
  color: #282723;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px; }
  .social:hover {
    color: #707070;
    background: rgba(255, 255, 255, 0.6);
    animation: pop 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1; }

.ftsocial {
  background: white;
  font-size: 18.2px;
  color: #221D9B;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px; }
  .ftsocial:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.6);
    animation: pop 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1; }

@keyframes pop {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

ul {
  list-style-type: disc;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ul ul, ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */
.gallery{
  display: flex;
  flex-wrap: wrap;
}
.gallery-item{
  margin: 10px;
}